home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
bash
/
bash-110
/
mintve~1
/
glob.zoo
/
glob
/
Makefile.orig
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-11-05
|
288 b
|
15 lines
# Makefile for glob source is in -*- text -*- mode.
CFLAGS = -g
RM = rm -f
libglob.a: glob.o tilde.o
$(RM) -f $@
$(AR) clq $@ glob.o tilde.o
-if [ -f "$(RANLIB)" ]; then $(RANLIB) libglob.a; fi
tilde-test: tilde.c
$(CC) $(CFLAGS) -o tilde-test -DTEST tilde.c
clean:
$(RM) *.o *.a